Readers can submit comments on articles. Comments are not published automatically — they require your approval first. Manage them atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/santiagodc8/tu_perfil.net/llms.txt
Use this file to discover all available pages before exploring further.
/admin/comentarios.
Comment moderation tabs
The page has two tabs:- Pendientes
- Aprobados
Comments waiting for review. The tab shows a badge with the count of pending comments. This same count also appears in the sidebar next to Comentarios so you always know when new comments arrive.
Reviewing a comment
Each comment card shows:- Author name and email address
- Article title — click the link to open the article on the public site in a new tab
- Date the comment was submitted
- The full comment text
- Action buttons
Approving a comment
Click Aprobar on any pending comment. The comment’sapproved field is set to true and it immediately moves out of the Pending tab. Readers can now see it below the article.
Deleting a comment
Click Eliminar on any comment in either tab. You are asked to confirm. The comment is permanently deleted from the database.There is no “reject” status — comments are either approved or deleted. If a comment is spam or inappropriate, delete it.
Comment fields reference
| Field | Type | Notes |
|---|---|---|
article_id | UUID | The article the comment belongs to. |
author_name | text | Name provided by the reader. |
author_email | text | Email provided by the reader (not shown publicly). |
content | text | The comment body. |
approved | boolean | false = pending, true = visible to readers. |
created_at | timestamp | When the comment was submitted. |
The total count of pending comments is recalculated every time the page refreshes or you perform an action, so the sidebar badge stays up to date.
